object AboutDlg: TAboutDlg Left = 259 Top = 238 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'About ' ClientHeight = 299 ClientWidth = 389 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 388 Height = 96 AutoSize = True Picture.Data = {} end object all_grp: TGroupBox Left = 1 Top = 97 Width = 384 Height = 201 TabOrder = 0 object Application_grp: TGroupBox Left = 5 Top = 12 Width = 249 Height = 73 Caption = 'Application' TabOrder = 0 object appname_lbl: TLabel Left = 8 Top = 16 Width = 87 Height = 13 Caption = 'Application name :' end object version_lbl: TLabel Left = 8 Top = 32 Width = 41 Height = 13 Caption = 'Version :' end object auth_lbl: TLabel Left = 8 Top = 48 Width = 48 Height = 13 Caption = 'Author(s) :' end end object registration_grp: TGroupBox Left = 6 Top = 87 Width = 249 Height = 105 Caption = 'Registration' TabOrder = 1 object Reqreg_lbl: TLabel Left = 8 Top = 16 Width = 102 Height = 13 Caption = 'Requires registration :' end object reg_lbl: TLabel Left = 8 Top = 32 Width = 69 Height = 13 Caption = 'Registered to :' end object lic_btn: TButton Left = 8 Top = 47 Width = 233 Height = 24 Caption = 'Enter Licence Data' TabOrder = 0 OnClick = lic_btnClick end object reg_btn: TButton Left = 8 Top = 76 Width = 233 Height = 24 Caption = 'Register / Donate [learn more]' TabOrder = 1 OnClick = reg_btnClick end end object kc_grp: TGroupBox Left = 260 Top = 12 Width = 113 Height = 137 Caption = 'The Katarn Corp.' TabOrder = 2 object email_btn: TButton Left = 8 Top = 16 Width = 97 Height = 33 Caption = 'Email' TabOrder = 0 OnClick = email_btnClick end object web_btn: TButton Left = 8 Top = 56 Width = 97 Height = 33 Caption = 'Web Site' TabOrder = 1 OnClick = web_btnClick end object forum_btn: TButton Left = 8 Top = 96 Width = 97 Height = 33 Caption = 'Forums' TabOrder = 2 OnClick = forum_btnClick end end object ok_btn: TButton Left = 274 Top = 155 Width = 81 Height = 33 Caption = 'Ok' ModalResult = 1 TabOrder = 3 end end object TS_about: TTextStorage Items.Strings = ( 'About' 'Application Name :' 'Version :' 'Author(s) :' 'Requires Registration :' 'Yes' 'No' 'Registered to :') end end